CS50week2

2022年10月17日—(2022年)CS50week2其實之前就已經修完CS50了,不過因應2022年將課堂作業的系統從c9.io換到githubcodespace+vscode整合.,,2020年9月27日—由左至右有序的排列,例如:intscores[3];表示3個integer的array,在電腦中慣例是從0開始數,所以3個數字會是scores[0]、scores[1]、scores[2]。,ThisisCS50x2022,anolderversionofthecourse.Seecs50.harvard.edu/xforthelatest!ThisisCS50x.CS50'sIntroductiontoComputerSc...

(2022年) CS50 week2

2022年10月17日 — (2022年) CS50 week2 其實之前就已經修完CS50 了,不過因應2022 年將課堂作業的系統從c9.io 換到github codespace + vscode 整合.

CS50 week 2 - Arrays 筆記

2020年9月27日 — 由左至右有序的排列,例如: int scores[3]; 表示3 個integer 的array,在電腦中慣例是從0 開始數,所以3 個數字會是scores[0]、scores[1]、scores[2]。

Week 2 Arrays

This is CS50x 2022, an older version of the course. See cs50.harvard.edu/x for the latest! This is CS50x. CS50's Introduction to Computer Science.

Week 2 Arrays

Week 2 Arrays. Preprocessing. Compiling. Assembling. Linking. Debugging. Arrays. Strings. Command-Line Arguments. Cryptography.

Week 2 Still Confused

2022年10月26日 — I just finished Lecture 2, and while the concepts make sense to me while they are being explained, when it comes to writing out the code and ...

【CS50 學習筆記】week2 — 了解編譯、除錯與字串處理

2022年12月28日 — 在第二週的學習中,最有趣的部分是學到了變數在記憶體中的存儲方式。根據不同的型態,變數會佔用不同大小的記憶體空間,並且每個變數都有自己在記憶體中的 ...

〖學習筆記〗cs50 — week2 : Array - Shih Ting, Tai

2021年10月12日 — 〖學習筆記〗cs50 — week2 : Array · 1. Function(argument, main, prototype) · 2. Debug(Debugger, 模擬電腦) · 3. for loop · 4. Array(連續的 ...